home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19990725-20000114 / 000054_news@columbia.edu _Mon Aug 23 13:48:50 1999.msg < prev    next >
Internet Message Format  |  2000-01-13  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA15474
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 23 Aug 1999 13:48:50 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA16279
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 23 Aug 1999 13:44:06 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: Downloading gz files using C-Kermit, Linux, & Lynx
  11. Date: 23 Aug 1999 17:44:05 GMT
  12. Organization: Columbia University
  13. Message-ID: <7ps195$fsk$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <7prrdv$asu$1@newsmaster.cc.columbia.edu>,
  17. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  18. : In article <37C166B2.3F55@radium.ncsc.mil>,
  19. : James S. Johnson <jjohnson@radium.ncsc.mil> wrote:
  20. : : I have a perplexing problem using C-Kermit to download files.
  21. : : 
  22. : : The local public library offers a Lynx connection to the internet. I
  23. : : have three communications programs that I use to connect -
  24. : : Hyperterm/Win95, C-Kermit/Linux(Slackware4.0), and MS-Kermit/Win95's
  25. : : DOS. Both C-Kermit and MS-Kermit come from www.columbia.edu. I log in as
  26. : : guest, and I cannot change settings on the library's Lynx setup. I am
  27. : : able to examine downloaded files with a binary editor.
  28. : : 
  29. : : I can download *.exe files without a problem. However, I cannot
  30. : : correctly download *.gz files. Under Hyperterm and MS-Kermit, the files
  31. : : have a 0x0D (hexadecimal for 13) byte inserted before every 0x0A byte.
  32. : : Under C-Kermit, the files have all the 0x0D's stripped.
  33. : :
  34. : This indicates that C-Kermit is in text mode.
  35. : : Except for the
  36. : : fact that I can download *.exe files, this appears to be a problem with
  37. : : the text/binary setting. I have tried everything I can think of to make
  38. : : certain the setting is on binary, but without solving the problem.
  39.  
  40. The problem is in either the Lynx configuration or the HTML tagging 
  41. for the download.  Lynx thinks that the file is a text file and 
  42. therefore starts Kermit in TEXT mode.  It knows that .exe files are binary
  43. and therefore starts Kermit in BINARY mode.
  44.  
  45.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  46.                  The Kermit Project * Columbia University
  47.               612 West 115th St #716 * New York, NY * 10025
  48.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org